Skip to content

Commit

Permalink
Update core (#644)
Browse files Browse the repository at this point in the history
* Update core

* Update core

* Update dll
  • Loading branch information
msevestre authored Oct 6, 2021
1 parent 2679d89 commit 1014f04
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion R/utilities-pksim.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @export
initPKSim <- function(pksimFolderPath = NULL) {

# pksimFolderPath <- "C:/projects/PK-Sim/src/PKSim/bin/Debug/net472"
# pksimFolderPath <- "C:/projects/PK-Sim/src/PKSim/bin/Debug/net472"

if (ospsuiteEnv$isPKSimLoaded) {
return(invisible())
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/create-individual.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 18 additions & 18 deletions docs/articles/efficient-calculations.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/load-get.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/run-simulation.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ articles:
set-values: set-values.html
table-parameters: table-parameters.html
unit-conversion: unit-conversion.html
last_built: 2021-10-04T21:32Z
last_built: 2021-10-06T21:00Z
urls:
reference: https://www.open-systems-pharmacology.org/OSPSuite-R/reference
article: https://www.open-systems-pharmacology.org/OSPSuite-R/articles
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/exportIndividualSimulations.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified inst/lib/OSPSuite.Assets.dll
Binary file not shown.
Binary file modified inst/lib/OSPSuite.Core.dll
Binary file not shown.
Binary file modified inst/lib/OSPSuite.Infrastructure.Autofac.dll
Binary file not shown.
Binary file modified inst/lib/OSPSuite.Infrastructure.Import.dll
Binary file not shown.
Binary file modified inst/lib/OSPSuite.Infrastructure.dll
Binary file not shown.
Binary file modified inst/lib/OSPSuite.R.dll
Binary file not shown.
12 changes: 6 additions & 6 deletions packages.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="OSPSuite.Assets" version="10.0.359"/>
<package id="OSPSuite.Core" version="10.0.359"/>
<package id="OSPSuite.Infrastructure" version="10.0.359"/>
<package id="OSPSuite.Infrastructure.Import" version="10.0.359"/>
<package id="OSPSuite.Infrastructure.Autofac" version="10.0.359"/>
<package id="OSPSuite.R" version="10.0.359"/>
<package id="OSPSuite.Assets" version="10.0.363"/>
<package id="OSPSuite.Core" version="10.0.363"/>
<package id="OSPSuite.Infrastructure" version="10.0.363"/>
<package id="OSPSuite.Infrastructure.Import" version="10.0.363"/>
<package id="OSPSuite.Infrastructure.Autofac" version="10.0.363"/>
<package id="OSPSuite.R" version="10.0.363"/>
<package id="OSPSuite.Serializer" version="3.0.0.1"/>
<package id="OSPSuite.Utility" version="4.0.0.4"/>
<package id="LumenWorksCsvReader" version="4.0.0"/>
Expand Down

0 comments on commit 1014f04

Please sign in to comment.