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
There's some functionality, e.g. in loadConfig.R and utils.R that's both here and in projectInit. Could we allow one to depend on the other? It seems like it would be projectInit depending on this...
The text was updated successfully, but these errors were encountered:
Currently there are 3 functions in utils.R that are in common.
On the other hand, the functionality of projectInit is valuable without using PEP. What is more, we don't even mention PEP concept in the vignette and documentation.
We might change that (especially with the latest addition of subproject parameter in the projectInit function) and elaborate on PEP in the docs/vignette + add the dependency. This would promote pepr, which is a benefit.
There's some functionality, e.g. in
loadConfig.R
andutils.R
that's both here and inprojectInit
. Could we allow one to depend on the other? It seems like it would beprojectInit
depending on this...The text was updated successfully, but these errors were encountered: