From fe1a580cb33768a7e78225bfd357db0c65247082 Mon Sep 17 00:00:00 2001
From: Rikard Nordgren
diff --git a/docs/docs.html b/docs/docs.html
index 8ceb24256..ca45905ff 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -28,17 +28,17 @@
Known Bugs
Known Bugs and Workarounds.pdf.
-Known Bugs in PsN 4.7.0
+Known Bugs in PsN 4.8.0
You can also check the latest reported issues.
You can browse the issues by using the label tab as well as the Milestone tab (for different versions of PsN) at the PsN Github repository.Known Bugs in PsN 4.7.0
-
Documentation
- You can download all pdf documents listed below as a tar.gz
- or a zip archive.
+ You can download all pdf documents listed below as a tar.gz
+ or a zip archive.
Before running PsN
-
@@ -46,86 +46,86 @@ PsN common options
- PsN Tools
-
@@ -200,7 +197,7 @@
Some extensively commented example/template configuration files for scm:
All default parameterizations explicitly using code section
@@ -138,35 +138,32 @@ PsN Tools
Standard template
Two-page poster on Visual Predictive Checks for censored and
categorical data.pdf
-Separate description of >automatic binning in vpc.pdf.
+Separate description of >automatic binning in vpc.pdf.
Input options to PsN tool
All PsN tools accept a set of options which allow you to modify the behaviour of the tool. Some options are required for the tool, other options are specific for a certain tool and cannot be used
together with other tools and finally there are a lot of common options.
Specific options:
-For example, the bootstrap tool creates 200 new data sets from the original data
+For example, the bootstrap tool creates 200 new data sets from the original data
by default. However the number of data sets can be limited to for example 50, by changing the number in the -sample option in the bootstrap
tool.
$ bootstrap -samples=50 file.mod
In this example the threads option makes the bootstrap tool run six NONMEM runs in parallel (on a cluster of computers or on multiple processors). To list all common PsN options enter:
$ psn_options -h
The Common options user guide.pdf describes these options in much more +
The Common options user guide.pdf describes these options in much more detail.
Latest release PsN 4.7.0 | +Latest release PsN 4.8.0 | (Released on May 23rd 2017) + | (Released on May 25th 2018)
| ||
---|---|---|---|---|---|
- PsN 4.7.0.zip
+ PsN 4.8.0.zip
|
|||||
Older releases | |||||
+ PsN 4.7.0 + | +Please see the release notes 4.7.0 for details. | +2017-05-23 | +|||
+ .zip + .tar.gz + | +|||||
PsN 4.6.0
diff --git a/docs/index.html b/docs/index.html
index a9943892d..054ad14ea 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -35,20 +35,22 @@ Perl-speaks-NONMEMunder Documentation and also learn about Known Bugs, how to submit a new bug and how to become a part of the PsN mailing list. -Latest release PsN 4.7.0-(Released on May 23rd 2017). +Latest release PsN 4.8.0+(Released on May 25th 2018).New features in this version include;
Perl-speaks-NONMEM Installing Strawberry Perl Modules on Windowscpan Math::Random @@ -93,6 +94,7 @@ Installing ActivePerl Modules on Windowsppm install statistics-distributionsppm install archive-zip ppm install file-copy-recursive +ppm install YAML-XS ppm install XML-LibXML @@ -124,6 +126,7 @@ Installing Perl modules on Linux/Unix/Mac OScpan Statistics::Distributionscpan Archive::Zip cpan File::Copy::Recursive +cpan Yaml::XS cpan Storable |