Displaying 4 results from an estimated 4 matches for "shinyace".
2019 Aug 24
0
Suggestions for improved checks on CRAN/R
...flag,
but nothing is compiled. E.g., reshape, analogueExtra, AGHmatrix...
- Checks for execution flags. The execution bit is enabled in many,
many files in many packages when it shouldn't (i.e., there's no
shebang). An example that comes to mind: Javascript files under "inst"
in shinyAce.
- Checks for incorrect versions in dependencies. E.g., rtweet depends
on magrittr >= 1.5.0, and abstractr depends on gridExtra >= 2.3.0. It
should be 1.5 and 2.3 respectively. This may not be important on CRAN,
because version comparisons still work in R, but this fails in other
systems, su...
2015 May 01
0
New release of MAVIS (Meta Analysis via Shiny) v1.1 now on CRAN
...-effects models is now available.
- Regression test options for the detection of publication bias now
include both Weighted Regression with a Multiplicative Dispersion Term
and Meta-analytic Models.
- Users may now have the option for full model output.
- Single Case Design Data Entry now uses the ?shinyAce? package to
allow for easy data entry.
The package is developed using GitHub, and more information as well as
the current development version can be found at
https://github.com/kylehamilton/MAVIS
William Kyle Hamilton - Graduate Student
University of California, Merced - Psychological Scienc...
2015 May 01
0
New release of MAVIS (Meta Analysis via Shiny) v1.1 now on CRAN
...-effects models is now available.
- Regression test options for the detection of publication bias now
include both Weighted Regression with a Multiplicative Dispersion Term
and Meta-analytic Models.
- Users may now have the option for full model output.
- Single Case Design Data Entry now uses the ?shinyAce? package to
allow for easy data entry.
The package is developed using GitHub, and more information as well as
the current development version can be found at
https://github.com/kylehamilton/MAVIS
William Kyle Hamilton - Graduate Student
University of California, Merced - Psychological Scienc...
2016 Jun 14
5
new function to tools/utils package: dependencies based on DESCRIPTION file
Hi all,
Packages tools and utils have a lot of useful stuff for R developers.
I find one task still not as straightforward as it could. Simply to
extract dependencies of a package from DESCRIPTION file (before it is
even installed to library). This would be valuable in automation of CI
setup in a more meta-data driven way.
The simple function below, I know it is short and simple, but having
it to