Skip to content

fix of issue #13 (import failure due to failure to detect delimiter) and another possible bug (originating in revtools).#14

Open
Maelphes wants to merge 1 commit intoIQWiG:mainfrom
Maelphes:main
Open

fix of issue #13 (import failure due to failure to detect delimiter) and another possible bug (originating in revtools).#14
Maelphes wants to merge 1 commit intoIQWiG:mainfrom
Maelphes:main

Conversation

@Maelphes
Copy link

This small change fixes an issue where the delimiter between the datasets in the import file is not located in the first 200 lines of text. The current commit increases the number of lines from 200 to 300, which at the moment appears to be sufficient.

The second change in this commit is the fix of a formal error in the delimiter detection. There is one pattern which the function recognizes as a delimiter which consists of a line containing one unique character which is repeated more than six times in a row (such as ************ or -------------) . However, in the condition for the length of this pattern there is a misplaced parenthesis.

The third change is the automated assignment of a ProjectId by R Studio. I am not sure this has any meaning. If this is a problem, one option would be to remove searchbuildR.Rproj from the git repo and listed in .gitignore.

…er) by increasing line limit to 300. fixed formal error in delimiter detection.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant