<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>R-Pkgs | Dr. Mauricio Zambrano-Bigiarini</title>
    <link>https://hzambran.github.io/tags/r-pkgs/</link>
      <atom:link href="https://hzambran.github.io/tags/r-pkgs/index.xml" rel="self" type="application/rss+xml" />
    <description>R-Pkgs</description>
    <generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Tue, 28 Apr 2026 00:00:00 +0000</lastBuildDate>
    <image>
      <url>https://hzambran.github.io/media/icon_hu_edd58fc588fafe6f.png</url>
      <title>R-Pkgs</title>
      <link>https://hzambran.github.io/tags/r-pkgs/</link>
    </image>
    
    <item>
      <title>hydroTSM v0.8-6 on CRAN</title>
      <link>https://hzambran.github.io/blog/2026-04-28-hydrotsm_v086_on_cran/</link>
      <pubDate>Tue, 28 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://hzambran.github.io/blog/2026-04-28-hydrotsm_v086_on_cran/</guid>
      <description>&lt;p&gt;After two years of working mostly in sub-daily functions, the new version of &lt;code&gt;hydroTSM&lt;/code&gt; (v0.8-6) was released on April 28th 2026, and it is available on CRAN now 
&lt;/p&gt;
&lt;p&gt;Among its &lt;strong&gt;new features&lt;/strong&gt; the following stand out:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;New graphical logo.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New 
, created with pkgdown.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Package tested against R version 4.6.0 (2026-04-24) &amp;ndash; &amp;ldquo;Because it was There&amp;rdquo;, following an imperative request made by CRAN.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New function &lt;code&gt;isComplete&lt;/code&gt;, for identifying whether a zoo object has a regular time frequency without missing values from the first one to the last one.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New function &lt;code&gt;shiftyears&lt;/code&gt;, to allow the computation of annual values starting in a month different from january. Mostly for internal purposes only.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The &lt;code&gt;baseflow&lt;/code&gt; function can now apply the low-pass filter more than three times, which should be mandatory for hourly time series (Ladson et al., 2013).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The &lt;code&gt;daily2annual&lt;/code&gt; function has a new argument &amp;lsquo;start.month&amp;rsquo;, to choose the starting month to be used in the computation of annual values.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The function &lt;code&gt;cmv&lt;/code&gt;  has a new argument &amp;lsquo;start.month&amp;rsquo;, to choose the starting month to be used in the computation of annual values.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The &lt;code&gt;matrixplot&lt;/code&gt; several new arguments to customise the legend and the output figure.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The &lt;code&gt;fdc&lt;/code&gt; has a new argument &amp;rsquo;thr.pos&amp;rsquo;, to customise the position of the thresold in the output figure.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Several bugfixes.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I hope you enjoy it !.&lt;/p&gt;
&lt;!-- Fotos --&gt;
&lt;figure&gt;&lt;img src=&#34;https://hzambran.github.io/blog/2026-04-28-hydrotsm_v086_on_cran/featured.jpg&#34;
    alt=&#34;New logo of the [hydroTSM] R package&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;New logo of the 
 R package&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

</description>
    </item>
    
    <item>
      <title>hydroPSO v0.5-0 on CRAN</title>
      <link>https://hzambran.github.io/blog/2020-03-18-hydropso_v050_on_cran/</link>
      <pubDate>Wed, 18 Mar 2020 00:00:00 +0000</pubDate>
      <guid>https://hzambran.github.io/blog/2020-03-18-hydropso_v050_on_cran/</guid>
      <description>&lt;p&gt;After a long amount of work, the new version of &lt;code&gt;hydroPSO&lt;/code&gt; (v0.5-0) was released today March 18th 2020, and it is available on CRAN now 
&lt;/p&gt;
&lt;p&gt;Among its &lt;strong&gt;new features&lt;/strong&gt; stand out:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Full compatibility with (hydrological/environmental) models implemented as R functions (e.g., &lt;code&gt;TUWmodel&lt;/code&gt;, &lt;code&gt;GR4J&lt;/code&gt;, etc)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New 
 showing how to calibrate TUWmodel with hydroPSO.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New 
 showing how to calibrate TUWmodel with GR4J (and other models of the &lt;code&gt;airGR&lt;/code&gt; family).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;verification&lt;/code&gt;: now it is fully compatible with R-based models and allows parallelisation.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;read_results&lt;/code&gt;, &lt;code&gt;plot_results&lt;/code&gt;, &lt;code&gt;read_out&lt;/code&gt;  :much faster now due to the use of &lt;code&gt;data.table::fread&lt;/code&gt; instead of &lt;code&gt;read.table&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New dataset &lt;code&gt;Trancura9414001&lt;/code&gt; with daily time series on P, Temp, PET, and Q from 1979 to 2016.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Package tested against R 4.0.0 (unstable) (2020-03-17 r77992) &amp;ndash;&amp;ldquo;Unsuffered Consequences&amp;rdquo;, following an imperative request made by CRAN.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;All the new features can be read at: 
&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I hope you enjoy it !.&lt;/p&gt;
&lt;!-- Fotos --&gt;
&lt;figure&gt;&lt;img src=&#34;myimage.jpg&#34;
    alt=&#34;Alternative display text&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;My Caption&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

</description>
    </item>
    
    <item>
      <title>hydroGOF v0.4-0 on CRAN</title>
      <link>https://hzambran.github.io/blog/2020-03-12-hydrogof_v040_on_cran/</link>
      <pubDate>Thu, 12 Mar 2020 00:00:00 +0000</pubDate>
      <guid>https://hzambran.github.io/blog/2020-03-12-hydrogof_v040_on_cran/</guid>
      <description>&lt;p&gt;Following a request made by CRAN regarding compatibility issues with the upcoming version of R, the new version of &lt;code&gt;hydroGOF&lt;/code&gt; (v0.4-0) was released today March 12th 2020, and it is available on CRAN now 
&lt;/p&gt;
&lt;p&gt;Among its &lt;strong&gt;new features&lt;/strong&gt; stand out:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Package tested against R Under development (unstable) (2020-03-10 r77920) &amp;ndash; &amp;ldquo;Unsuffered Consequences&amp;rdquo;, following an imperative request made by CRAN.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Citation file changed, following CRAN comments.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vignette on Goodness-of-fit Measures to Compare Obserligved and Simulated Values was moved from Sweave to Knitr.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New references were added for &lt;code&gt;KGE&lt;/code&gt; (Santos et. al, 2018; Knoben et al., 2019; Mizukami et al., 2019)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New reference was added for &lt;code&gt;me&lt;/code&gt; (Hill et al., 2006) Thanks to Erli Pinto dos Santos !.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;br2&lt;/code&gt;: new argument &amp;lsquo;use.abs=FALSE&amp;rsquo;, to allow the user to use &amp;lsquo;abs(b)&amp;rsquo; as condition to decide whether using abs(b)*r2 or [1/abs(b)]*r2 in equation (5) in Krausse et al. (2005). Thanks to Ellie White !&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I hope you enjoy it !.&lt;/p&gt;
&lt;!-- Fotos --&gt;
&lt;figure&gt;&lt;img src=&#34;myimage.jpg&#34;
    alt=&#34;Alternative display text&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;My Caption&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

</description>
    </item>
    
    <item>
      <title>hydroTSM v0.6-0 on CRAN</title>
      <link>https://hzambran.github.io/blog/2020-03-11-hydrotsm_v060_on_cran/</link>
      <pubDate>Wed, 11 Mar 2020 00:00:00 +0000</pubDate>
      <guid>https://hzambran.github.io/blog/2020-03-11-hydrotsm_v060_on_cran/</guid>
      <description>&lt;p&gt;Following a request made by CRAN regarding compatibility issues with the upcoming version of R, the new version of &lt;code&gt;hydroTSM&lt;/code&gt; (v0.6-0) was released today March 11th 2020, and it is available on CRAN now 
&lt;/p&gt;
&lt;p&gt;Among its &lt;strong&gt;new features&lt;/strong&gt; stand out:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Package tested against R Under development (unstable) (2020-03-10 r77920) &amp;ndash; &amp;ldquo;Unsuffered Consequences&amp;rdquo;, following an imperative request made by CRAN.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vignette on 
 was moved from Sweave to Knitr and now includes a climograph example.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;subdaily2daily&lt;/code&gt;: new argument &lt;em&gt;start&lt;/em&gt; to allow daily observations start at any time different from 00:00:00 UTC.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;time2season&lt;/code&gt;   : class of objects is now tested in a way compatible with the upcoming R 4.0.0&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;dm2seasonal&lt;/code&gt;   : class of objects is now tested in a way compatible with the upcoming R 4.0.0&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;matrixplot&lt;/code&gt;    : class of objects is now tested in a way compatible with the upcoming R 4.0.0&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I hope you enjoy it !.&lt;/p&gt;
&lt;!-- Fotos --&gt;
&lt;figure&gt;&lt;img src=&#34;myimage.jpg&#34;
    alt=&#34;Alternative display text&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;My Caption&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

</description>
    </item>
    
  </channel>
</rss>
