package-development

How to develop a dependent composer package without the need to commit or publish changes?

痞子三分冷 提交于 2019-12-01 13:04:33
问题 I have an application A which has a composer.json file defining a dependency on package P, which is my own new shiny package. My package P has a composer.json file, which defines dependencies on library L and framework F. My package P has no remote repository yet and it's not yet published on packagist.org - I'm basically tinkering on it, trying out different things by running application A in the browser and modifying my package P continuously, which application A depends on. There are some

permission denied error while building/checking R package on WIndows

风流意气都作罢 提交于 2019-11-30 08:55:31
I tried to build the R package hyperSpec using Windows Vista. When I do so, I get the following error message: warning in file.copy(pkgname, Tdir, recursive = TRUE) Problem copying .\hyperSpec\data\barbiturates.rda to C:\Users\JenZIG\AppData\Local\Temp\RtmpOEIqBD\Rbuilde446d3a290d\hyperSpec\data\barbiturates.rda: Permission denied It is all the same whether I use the command line with R CMD build or R Studio's Build Tools (RTools installed, all package dependencies installed). To solve the problem, I tried to change the path for the temporary directory or to manually set the permissions for

permission denied error while building/checking R package on WIndows

懵懂的女人 提交于 2019-11-29 12:33:23
问题 I tried to build the R package hyperSpec using Windows Vista. When I do so, I get the following error message: warning in file.copy(pkgname, Tdir, recursive = TRUE) Problem copying .\hyperSpec\data\barbiturates.rda to C:\Users\JenZIG\AppData\Local\Temp\RtmpOEIqBD\Rbuilde446d3a290d\hyperSpec\data\barbiturates.rda: Permission denied It is all the same whether I use the command line with R CMD build or R Studio's Build Tools (RTools installed, all package dependencies installed). To solve the