-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
init #1
init #1
Conversation
tools/execCreateRdFiles.R
Outdated
@@ -0,0 +1,18 @@ | |||
# now call autoGenerateRdFiles |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rename to createRdFiles
@@ -0,0 +1,48 @@ | |||
% | |||
% Auto-generated file, do not modify. | |||
% Instead, copy this file to the man/ folder, remove this warning, and edit freely. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove first two lines
changeFileMetaData | ||
} | ||
\description{ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description is missing here as well as in the Python utils. Add it there to inherit it here.
% By default, text will be displayed in the output of the help page and run by example() and by R CMD check. | ||
% You can use \dontrun{} for text that should only be shown, but not run, and \dontshow{} for extra commands | ||
% for testing that should not be shown to users, but will be run by example(). | ||
\examples{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dontrun
% By default, text will be displayed in the output of the help page and run by example() and by R CMD check. | ||
% You can use \dontrun{} for text that should only be shown, but not run, and \dontshow{} for extra commands | ||
% for testing that should not be shown to users, but will be run by example(). | ||
\examples{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,50 @@ | |||
% | |||
% Auto-generated file, do not modify. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove warning
% By default, text will be displayed in the output of the help page and run by example() and by R CMD check. | ||
% You can use \dontrun{} for text that should only be shown, but not run, and \dontshow{} for extra commands | ||
% for testing that should not be shown to users, but will be run by example(). | ||
\examples{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dontrun
@@ -0,0 +1,59 @@ | |||
% | |||
% Auto-generated file, do not modify. | |||
% Instead, copy this file to the man/ folder, remove this warning, and edit freely. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove warning
% By default, text will be displayed in the output of the help page and run by example() and by R CMD check. | ||
% You can use \dontrun{} for text that should only be shown, but not run, and \dontshow{} for extra commands | ||
% for testing that should not be shown to users, but will be run by example(). | ||
\examples{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dontrun
@@ -0,0 +1,55 @@ | |||
% | |||
% Auto-generated file, do not modify. | |||
% Instead, copy this file to the man/ folder, remove this warning, and edit freely. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove warning
% You can use \dontrun{} for text that should only be shown, but not run, and \dontshow{} for extra commands | ||
% for testing that should not be shown to users, but will be run by example(). | ||
\examples{ | ||
syncFromSynapse("syn123") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dontrun
@@ -0,0 +1,103 @@ | |||
% | |||
% Auto-generated file, do not modify. | |||
% Instead, copy this file to the man/ folder, remove this warning, and edit freely. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove warning
% By default, text will be displayed in the output of the help page and run by example() and by R CMD check. | ||
% You can use \dontrun{} for text that should only be shown, but not run, and \dontshow{} for extra commands | ||
% for testing that should not be shown to users, but will be run by example(). | ||
\examples{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dontrun
} | ||
\description{ | ||
Traverse through the hierarchy of files and folders stored under the synId. Has the same behavior | ||
as os.walk() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove reference to 'os.walk()' since it's a Python function
% By default, text will be displayed in the output of the help page and run by example() and by R CMD check. | ||
% You can use \dontrun{} for text that should only be shown, but not run, and \dontshow{} for extra commands | ||
% for testing that should not be shown to users, but will be run by example(). | ||
\examples{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dontrun
No description provided.