Rdocumentation
powered by
Learn R Programming
BuildSys (version 1.1.2)
System for Building and Debugging C/C++ Dynamic Libraries
Description
A build system based on 'GNU make' that creates and maintains (simply) make files in an R session and provides GUI debugging support through 'Microsoft Visual Code'.
Copy Link
Link to current version
Version
Version
1.1.2
1.1.1
1.1.0
1.0.9
Install
install.packages('BuildSys')
Monthly Downloads
262
Version
1.1.2
License
GPL-2
Issues
0
Pull Requests
0
Stars
2
Forks
1
Repository
https://github.com/pjumppanen/BuildSys
Maintainer
Paavo Jumppanen
Last Published
June 16th, 2021
Functions in BuildSys (1.1.2)
Search all functions
BSysSourceFile-class
Class
"BSysSourceFile"
BSysProject-class
Class
"BSysProject"
installLibraryPath
Get the Install Path for the Project Shared Library File
clean
Remove Files Create by this Project
includePath
Get the Path to the Project Include Files
BuildSys-package
BuildSys
installIncludePath
Get the Install Path for the Project Include Files
buildMakefile
Build a GNU makefile
objPath
Get the Path to the Project Object Files
libraryPath
Get the Path to the Built Shared Library
initProjectFromFolder
Initialise an S4
BSysProject
Instance based on a Project Folder
sourcePath
Get the Path to the Project Source Files
vcDebug
Debug the Shared Library
unloadLibrary
Unload the Built Shared Library
loadLibrary
Load the Built Shared Library
make
Make the Shared Library