Skip to content

Commit

Permalink
correct path to R
Browse files Browse the repository at this point in the history
  • Loading branch information
nriesland authored Jul 29, 2016
1 parent 2859f10 commit c1745dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RserveVisualStudio/RPackage/RPackage.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
copy $(SolutionDir)$(Platform)\$(Configuration)\*.exe $(SolutionDir)\..\Rserve\inst
cd $(SolutionDir)\..
mkdir RServetempLibrary
R CMD INSTALL --no-multiarch --no-libs --no-test-load --build --library=RServetempLibrary Rserve
c:/R-4BLD-3.2.2-2015-11-09/bin/R CMD INSTALL --no-multiarch --no-libs --no-test-load --build --library=RServetempLibrary Rserve
rmdir /s /q RServetempLibrary
</Command>
<Outputs>$(SolutiontDir)\..\*.zip</Outputs>
Expand Down

0 comments on commit c1745dd

Please sign in to comment.