-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
201 changed files
with
3,574 additions
and
1,499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ Makefile | |
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ | ||
^doc$ | ||
^Meta$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,5 +37,8 @@ kelheim/ | |
test/ | ||
dashboard_test/ | ||
.sentinel* | ||
inst/doc | ||
.idea | ||
inst/doc | ||
/doc/ | ||
/Meta/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
Package: matsim | ||
Type: Package | ||
Title: R library for interfacing with MATSim agent-based microsimulation model | ||
Version: 0.2.0 | ||
Version: 0.2.1 | ||
Authors@R: c( | ||
person("Billy", "Charlton", email = "[email protected]", role=c("aut","cre")), | ||
person("Oleksandr", "Soboliev", role="aut")) | ||
person("Oleksandr", "Soboliev", role="aut"), | ||
person("Johanna", "Bänsch", role = "aut")) | ||
Description: MATSim support package for R | ||
MATSim <https://matsim.org> is an agent-based microsimulation package | ||
for large-scale transport simulations. This package mimics the functionality | ||
of the Python matsim-tools package, and thus supports reading standard | ||
MATSim networks and soon, plans and events as well. | ||
of the Python matsim-tools package. | ||
. | ||
Developed with support from the Technische Universität Berlin's | ||
Developed with support from the Tecbrowhnische Universität Berlin's | ||
VSP Transport Planning and Transport Telematics department. | ||
. | ||
This project is under ongoing development and submissions are welcome! | ||
This project is under ongoing development and submissions are welcome! | ||
License: GPL (>= 3) | ||
Encoding: UTF-8 | ||
Imports: | ||
|
@@ -40,7 +40,7 @@ Imports: | |
LazyData: true | ||
URL: https://github.com/matsim-vsp/matsim-r | ||
BugReports: https://github.com/matsim-vsp/matsim-r/issues | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.1 | ||
Suggests: | ||
knitr, | ||
rmarkdown, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.