Displaying 3 results from an estimated 3 matches for "rinst2cec49ca2170".
2018 Jul 10
2
RMarkdown Vignettest in R packages with child is failing in package build
...input2)) { :
cannot open file './child_docs': No such file or directory
Quitting from lines 351-351 (./child_docs)
Error in readLines(if (is.character(input2)) { :
cannot open the connection
ERROR: installing vignettes failed
* removing 'C:/Users/wolski/AppData/Local/Temp/RtmpIti891/Rinst2cec49ca2170/SRMService'
In R CMD INSTALL
Have a great evening,
Best regards
Witek
--
Witold Eryk Wolski
2018 Jul 13
1
RMarkdown Vignettest in R packages with child is failing in package build
...No such file or directory
>> Quitting from lines 351-351 (./child_docs)
>> Error in readLines(if (is.character(input2)) { :
>> cannot open the connection
>> ERROR: installing vignettes failed
>> * removing
>> 'C:/Users/wolski/AppData/Local/Temp/RtmpIti891/Rinst2cec49ca2170/SRMService'
>> In R CMD INSTALL
>>
>
>
> Since you didn't give a path to that file, it will use the current working
> directory, which might be a temporary directory used during the package
> installation. Since you want this to work as a vignette, you need to
&g...
2018 Jul 10
0
RMarkdown Vignettest in R packages with child is failing in package build
...file './child_docs': No such file or directory
> Quitting from lines 351-351 (./child_docs)
> Error in readLines(if (is.character(input2)) { :
> cannot open the connection
> ERROR: installing vignettes failed
> * removing 'C:/Users/wolski/AppData/Local/Temp/RtmpIti891/Rinst2cec49ca2170/SRMService'
> In R CMD INSTALL
>
Since you didn't give a path to that file, it will use the current
working directory, which might be a temporary directory used during the
package installation. Since you want this to work as a vignette, you
need to include the child docs in you...