You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading the contents of R/sysdata.rda, I see:
mfaz.01mfaz.02wfhz.01
There are also datasets in data that have the same names. Are these the same datasets? if so, then it would be more appropriate to have them as internal datasets or exported datasets, not both.
if you decide to keep them internal, then remove the ones inside the data folder and then remove the corresponding documentation for these datasets. Internal datasets do not need documentation.
if you decide to use the datasets in data, then remove R/sysdata.rda
The text was updated successfully, but these errors were encountered:
When loading the contents of R/sysdata.rda, I see:
mfaz.01mfaz.02wfhz.01
There are also datasets in data that have the same names. Are these the same datasets? if so, then it would be more appropriate to have them as internal datasets or exported datasets, not both.
if you decide to keep them internal, then remove the ones inside the data folder and then remove the corresponding documentation for these datasets. Internal datasets do not need documentation.
if you decide to use the datasets in data, then remove R/sysdata.rda
These files I want to keep them as internal. The exported ones are those I named as anthro.0*.
@ernestguevarra I need your help on this.
I tried to fix this bug, but it creates an error in the development workflow. Is the problem related to the fact that I documented the files in R/data.R?
You will not see this error in the PR that I just raised because I cancelled changes made on this.
>## With `.from` set to "zscores" ----> remove_flags(
+x=wfhz.01$wfhz,
+.from="zscores"+ )
Error:object'wfhz.01'notfoundExecutionhalted
When loading the contents of
R/sysdata.rda
, I see:There are also datasets in
data
that have the same names. Are these the same datasets? if so, then it would be more appropriate to have them as internal datasets or exported datasets, not both.if you decide to keep them internal, then remove the ones inside the
data
folder and then remove the corresponding documentation for these datasets. Internal datasets do not need documentation.if you decide to use the datasets in
data
, then removeR/sysdata.rda
The text was updated successfully, but these errors were encountered: