Skip to content

Releases: USEPA/spsurvey

spsurvey 4.1.3

26 Jun 22:10
Compare
Choose a tag to compare

Bug fix

  • Fixed code so that sp design objects inherit CRS of input files and shapefiles written out also have inherited projection from input file. (#2)

  • Variable sframe$len was used in grts function and never defined. Now uses length_mdm that is calculated earlier. (#6)

spsurvey 4.1.2

03 Apr 15:32
Compare
Choose a tag to compare

Bug fix

  • Update test data and Description file to handle changes in sf and changes to crs described here

spsurvey 4.1.1

19 Dec 23:23
Compare
Choose a tag to compare

Bug fix

  • Fix to localmean.weight function to correct when class for matrix objects was causing an indicator variable to have length two rather than length one, which caused an error in a while statement.