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
{{ message }}
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.
The Examples/ directory is currently a collection of 4 R scripts which are essentially demos. This should be formalized demos; currently, a user has no good way to run these Examples anyways.
According to Hadley, demos are inferior to vignettes. Not only that, but demos appear to be ran from wherever a user types demo(), which would be a problem for the paths in the xqt scripts (which would themselves be moved to extdata). If it was instead the case that demos run from RQt/demo/ in our case, we could more easily get the paths working and stick with demos for now.
According to the same link, the demos aren't even checked automatically, though I wouldn't be surprised if the CRAN maintainers checked them manually, at least for the first submission of a package.
I'll make a branch and edit things assuming demos are ran from RQT/demo, but again @javadch will have to test for me. If that doesn't work we either need a different way to inject paths into an xqt script, or we need to write a vignette for these long examples.
The text was updated successfully, but these errors were encountered:
The Java Home auto detection issue #15 was fixed
moved the config folder from the root to the inst/
moved the Examples folder from the root to the inst/ (@clayton: you may change it according to #18)
Changed the documentation examples
removed the PowerPoint presentation (wish could place it somewhere, maybe along side with demos)
Improved exception reporting and logging
All documentation examples and R examples: Examples/R/RQtTest2.R, Examples/R/WeatherQt.R, Examples/R/weatherR.R are working. (renaming is encouraged)
Everything works fine, Just one NOTE that is complaining about the java folder size.
The
Examples/
directory is currently a collection of 4 R scripts which are essentially demos. This should be formalized demos; currently, a user has no good way to run these Examples anyways.According to Hadley, demos are inferior to vignettes. Not only that, but demos appear to be ran from wherever a user types
demo()
, which would be a problem for the paths in the xqt scripts (which would themselves be moved toextdata
). If it was instead the case that demos run fromRQt/demo/
in our case, we could more easily get the paths working and stick with demos for now.According to the same link, the demos aren't even checked automatically, though I wouldn't be surprised if the CRAN maintainers checked them manually, at least for the first submission of a package.
I'll make a branch and edit things assuming demos are ran from
RQT/demo
, but again @javadch will have to test for me. If that doesn't work we either need a different way to inject paths into an xqt script, or we need to write a vignette for these long examples.The text was updated successfully, but these errors were encountered: